text/template.state.evalCommand (method)

2 uses

	text/template (current package)
		exec.go#L532: 		value = s.evalCommand(dot, cmd, value) // previous value is this one's final arg.
		exec.go#L554: func (s *state) evalCommand(dot reflect.Value, cmd *parse.CommandNode, final reflect.Value) reflect.Value {